home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 August / Macworld (1997-08).dmg / Shareware World / Comms & Internet / Cache Killer 1.2 / Read Me < prev   
Text File  |  1997-06-01  |  5KB  |  146 lines

  1. Cache Killer  version 1.2   http://web2.airmail.net/sdh/killer
  2.  Copyright 1996-1997 by Scott Harralson. All Rights Reserved.
  3.  
  4.  
  5. June 1, 1997
  6.  
  7. What is it? 
  8. Cache Killer is an AppleScript script which deletes the Netscape Navigator, Cyberdog, America Online, and/or Internet Explorer disk caches. It can be configured to delete the disk caches periodically or every time it is run.
  9.  
  10.  
  11.  
  12.  
  13. What system software do I Need?
  14. Cache Killer requires two system extensions -- AppleScript and Finder Scripting Extension -- and four scripting additions -- Current Date, Display Dialog, File Commands, and Read/Write Commands. 
  15.  
  16. The complete AppleScript package, which includes all these files, is included with System 7.5. If you are using this version of system software (or later), you should have everything you need!
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. How do I use it? 
  37. The first time Cache Killer is launched, you will be asked how often you want to delete the caches. 
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. Cache Killer is most effective if used in one of the following two ways:
  51.  
  52. (1) Set the Delete Interval to zero and then keep Cache Killer in your Apple Menu Items folder. Any time you want to delete the disk caches, select Cache Killer from the Apple menu.
  53.  
  54. (2) Set the Delete Interval to your preference — 7 days is the default — and then keep Cache Killer in your Startup Items folder (or Shutdown Items folder). When your computer starts up (or shuts down), Cache Killer will delete the disk caches if it needs to.
  55.  
  56. Cache Killer will delete the browser caches only if they are in their default locations. The default locations for each browser's cache folder are as follows:
  57.  
  58.      Netscape Navigator
  59.           System Folder:Preferences:Netscape ƒ:Cache ƒ
  60.  
  61.      Cyberdog
  62.           System Folder:Preferences:Cyberdog Preferences:Cyberdog Cache
  63.  
  64.      America Online
  65.           System Folder:Preferences:America Online:Browser Cache
  66.  
  67.      Internet Explorer
  68.           System Folder:Preferences:Explorer:Explorer Cache  or  System Folder:Preferences:Explorer:Cache
  69.  
  70.  
  71. To change the Delete Interval, you can (1) edit the Cache Killer Prefs file in the Preferences folder or (2) throw away the Cache Killer Prefs file. If you throw the file away, Cache Killer will ask you for a new Delete Interval the next time it is launched.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. The Cache Killer Log file, located in the Preferences folder, keeps a log of the tasks Cache Killer performs. To confirm that Cache Killer is doing what you expect, open and view the log file in any text editor (SimpleText, BBEdit, Microsoft Word, etc.).
  89.  
  90. Why would I want to delete the disk caches? 
  91. The disk cache files used by Netscape Navigator, Cyberdog, America Online, and Internet Explorer can take up a tremendous amount of disk space! Periodically deleting them will regain valuable hard drive space. Also, the system's Desktop files won’t have to keep track of the hundreds of individual cache files.
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. How much does it cost? 
  112. Nothing! This version of Cache Killer is freeware, and may be freely distributed and copied so long as it is not modified and this and all other documents are included with all distributions. If you wish to include any version of Cache Killer on a CD-ROM or floppy disk collection, you must get permission from the author. 
  113.  
  114. Who created it and how do I contact them? 
  115. Cache Killer was created by Scott Harralson. Further information on Cache Killer can be found on the Internet at http://web2.airmail.net/sdh/killer. Send any comments or bug reports to sdh@airmail.net.
  116.  
  117.  
  118. ______________________________________
  119.  
  120. Version History
  121.  
  122. 1.2 (June 1, 1997)
  123.         • added support for America Online 3.0
  124.         • added code to verify the existence of the Finder Scripting Extension
  125.  
  126. 1.1 (September 11, 1996)
  127.         • added support for Microsoft Internet Explorer 2.1 (which stores cache files in a folder called “Explorer Cache” rather than “Cache”)
  128.         • added support for Apple Computer’s Cyberdog web browser
  129.         • the “News Groups” and “cookies.txt” files created by Internet Explorer and stored in its cache folder are no longer deleted
  130.         • Netscape’s history file and Explorer’s history file are no longer deleted
  131.         • fixed an "End of file" error that occurred if the data in the Cache Killer Prefs file was cleared
  132.         • Cache Killer no longer tries to verify the existence of the Finder Scripting Extension (since the code needed to do this requires the Finder Scripting Extension)
  133.         • Cache Killer attempts to keep itself active (rather than in the background) so that execution is faster
  134.  
  135. 1.02a (August 7, 1996)
  136.         • fixed a problem with the archive uploaded to info-mac (no code changes from version 1.02)
  137.  
  138. 1.02 (August 2, 1996)
  139.         • Netscape history file and Explorer history file are deleted
  140.         • Cache Killer checks to make sure the Finder Scripting Extension exists
  141.  
  142. 1.01 (May 21, 1996)
  143.         • trash is emptied much faster
  144.  
  145. 1.0 (May 14, 1996)
  146.         • initial release